Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[useAnimatedKeyboard][Android] Fix some keyboard issues #5666

Conversation

piaskowyk
Copy link
Member

Summary

This pull request addresses a few Android keyboard-related issues:

  • It resolves the problem of non-monotonic values during animation. Previously, we were intercepting all keyboard events, but not all of them were relevant to keyboard animation.
  • It fixes the issue where the state was incorrect if a transition was canceled.
  • It ensures proper respect for auto-hiding navigation bars on Android devices.

Test plan

Run useAnimatedKeyboard Example on physical Android device.

@piaskowyk piaskowyk changed the title Fix some android keyboard issues [useAnimatedKeyboard][Android] Fix some android keyboard issues Feb 27, 2024
@piaskowyk piaskowyk changed the title [useAnimatedKeyboard][Android] Fix some android keyboard issues [useAnimatedKeyboard][Android] Fix some keyboard issues Feb 27, 2024
@piaskowyk piaskowyk closed this Feb 29, 2024
@piaskowyk piaskowyk deleted the @piaskowyk/android-keyboard-fixes-v1 branch February 29, 2024 09:01
github-merge-queue bot pushed a commit that referenced this pull request Mar 1, 2024
## Summary

Split of
#5666

It resolves the problem of non-monotonic values during animation.
Previously, we were intercepting all keyboard events, but not all of
them were relevant to keyboard animation.
github-merge-queue bot pushed a commit that referenced this pull request Mar 1, 2024
## Summary

Split of
#5666

It fixes the issue where the state was incorrect if a keyboard
transition was canceled.
github-merge-queue bot pushed a commit that referenced this pull request Mar 1, 2024
## Summary

Split of
#5666

It ensures proper respect for auto-hiding navigation bars on Android
devices.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants